.pivot-chart.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
    background: transparent;
    border-color: transparent;
}
.pivot-chart .dx-pivotgrid-area-data tbody td {
    border-bottom: 1px solid #e8eaeb !important;
}
.pivot-chart .dx-pivotgrid-vertical-headers tbody td {
    border-bottom: 1px solid #e8eaeb !important;
}
.pivot-conditional-formatting span{
    color : #fff !important;
}
.pivot-cell-bar {
    background-color: transparent !important;
    height: .9rem !important;
}
.pivot-cell-bar .progress-bar {
    border-radius: 0;
    background-color: rgb(213, 237, 255);
}
.pivot-chart .dx-pivotgrid-horizontal-headers {
    height : 4rem !important;
}
.pivot-chart .dx-area-description-cell.dx-pivotgrid-background .dx-pivotgrid-fields-area.dx-area-fields {
    top: 2px;
}